dep:
make clean && make CC="gcc -MMD" && cat *.d */*.d > /tmp/dep && rm *.d */*.d
- (echo -n "internal_styles.c: mkstyle.sh " ; echo style/*.style ; /bin/echo -e '\t./mkstyle.sh > $@ || (rm -f $@ ; exit 1)' ) >> /tmp/dep
+ (echo -n "internal_styles.c: mkstyle.sh " ; echo style/*.style ; /bin/echo -e '\t./mkstyle.sh > internal_styles.c || (rm -f internal_styles.c ; exit 1)' ) >> /tmp/dep
echo Edit Makefile and bring in /tmp/dep
#VERSIONU=1_2_3_beta04272004
jeeps/gpsrqst.h jeeps/gpsinput.h jeeps/gpsproj.h jeeps/gpsnmeafmt.h \
jeeps/gpsnmeaget.h
internal_styles.c: mkstyle.sh style/README.style style/arc.style style/csv.style style/custom.style style/dna.style style/fugawi.style style/gpsdrive.style style/gpsman.style style/mapconverter.style style/mxf.style style/nima.style style/s_and_t.style style/saplus.style style/tabsep.style style/xmap.style style/xmapwpt.style
- ./mkstyle.sh > dep || (rm -f dep ; exit 1)
+ ./mkstyle.sh > internal_sytles.c || (rm -f dep ; exit 1)
"IFIELD ALT_METERS, \"\", \"%fM\"\n"
"IFIELD EXCEL_TIME, \"\", \"%f\"\n"
"IFIELD TIMET_TIME, \"\", \"%ld\"\n"
+"IFIELD GEOCACHE_DIFF,\"\",\"%3.1f\"\n"
+"IFIELD GEOCACHE_TERR,\"\",\"%3.1f\"\n"
+"IFIELD GEOCACHE_CONTAINER,\"\",\"%s\"\n"
+"IFIELD GEOCACHE_TYPE,\"\",\"%s\"\n"
+
;
static char xmap[] =
"# gpsbabel XCSV style file\n"
IFIELD ALT_METERS, "", "%fM"
IFIELD EXCEL_TIME, "", "%f"
IFIELD TIMET_TIME, "", "%ld"
+IFIELD GEOCACHE_DIFF,"","%3.1f"
+IFIELD GEOCACHE_TERR,"","%3.1f"
+IFIELD GEOCACHE_CONTAINER,"","%s"
+IFIELD GEOCACHE_TYPE,"","%s"
+